home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / DRUM.ARJ / DRUMDLL.BCP < prev    next >
Text File  |  1992-02-09  |  403b  |  12 lines

  1. #-------------------------------------------
  2. # DRUMDLL.BCP make file for Borland C++ 3.0
  3. #-------------------------------------------
  4.  
  5. drumdll.exe : drumdll.obj drumdll.def
  6.      tlink /c /n /Tw /Lc:\borlandc\lib c0ds drumdll, drumdll, NUL, \
  7.           import mathws cws mmsystem, drumdll
  8.      rc -t -p drumdll.dll
  9.  
  10. drumdll.obj : drumdll.c drumdll.h
  11.      bcc -c -ms! -w-par -P -W -2 drumdll.c
  12.